home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Source Code / C++ / Applications / SeeMovieRun 2.0 / Headers / CQTApp.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-08-02  |  1.0 KB  |  51 lines  |  [TEXT/KAHL]

  1. /******************************************************************************
  2.  CQTApp.h
  3.  
  4.             Header File For CQTApp Application Class
  5.     
  6.     Copyright Â© 1995 Gregory Bonk, NewMedia Inc. All rights reserved.
  7.  
  8.     Generated by Visual Architectâ„¢ 5:28 PM Tue, Aug 1, 1995
  9.  ******************************************************************************/
  10.  
  11. #pragma once
  12.  
  13. #include "x_CQTApp.h"
  14.  
  15. #include <CDialog.h>
  16.  
  17. class CQTApp : public x_CQTApp
  18. {
  19. public: TCL_DECLARE_CLASS
  20.  
  21. CQTApp();
  22. ~CQTApp();
  23.  
  24.             void    ICQTApp(void);
  25.     
  26.     virtual    void     ForceClassReferences(void);
  27.     virtual    void     DoCommand(long theCommand);
  28.     
  29.     void    MakeSwitchboard(void);
  30.     void     SetUpFileParameters(void);
  31.  
  32. void    OpenDocument(SFReply *macReply);
  33. void    OpenQTDocument(FSSpec *spec);
  34. void    CreateDocument();
  35.  
  36. void    DoCmdAbout();
  37.  
  38.     void    Exit();
  39. };
  40.  
  41. //    File Types
  42. //
  43. //    Change the #defines below to reflect the file types
  44. //    your application actually creates or opens
  45.  
  46. #define    kNumFileTypes    1
  47. #define    kFileType1        'MooV'
  48. #define kFileType2        'TEXT'
  49. #define kFileType3        'TEXT'
  50. #define kFileType4        'TEXT'
  51.